LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterRegion Constructor(Byte[])






A an array of System.Byte that defines the interior of the new RasterRegion
Initializes a new RasterRegion from the specified data. .NET support Silverlight support
Syntax
public RasterRegion( 
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal data() As Byte _
)
'Usage
 
Dim data() As Byte
 
Dim instance As New RasterRegion(data)
public RasterRegion( 
   byte[] data
)
function RasterRegion( 
   data 
)
public:
RasterRegion( 
   array<byte>^ data
)

Parameters

data
A an array of System.Byte that defines the interior of the new RasterRegion
Remarks

You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.

Example
For an example, refer to GetData.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterRegion Class
RasterRegion Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.